|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.vtp.framework.engine.http.ControllerDocument
public class ControllerDocument
ControllerDocument.
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.vtp.framework.interactions.core.platforms.IDocument |
|---|
DEFAULT_CONTENT_TYPE |
| Constructor Summary | |
|---|---|
ControllerDocument()
Creates a new ControllerDocument. |
|
| Method Summary | |
|---|---|
java.lang.String |
getContentType()
Returns a string representing the MIME type of XML document this instance produces. |
java.lang.String |
getDocumentType()
Returns a string representing the dialect of XML document this instance produces. |
java.lang.String[] |
getOutgoingDataNames(java.lang.String path)
|
java.lang.Object |
getOutgoingDataValue(java.lang.String path,
java.lang.String name)
|
java.lang.String[] |
getOutgoingPaths()
|
java.lang.String[] |
getParameterNames()
Returns the names of the parameters that will be returned from the target process. |
java.lang.String[] |
getParameterValues(java.lang.String name)
Returns the values of a parameter to be set when the current process resumes. |
java.lang.String |
getTarget()
Returns the URI identifying the process to transfer control to. |
java.lang.String[] |
getVariableNames()
Returns the names of the variables that will be passed to the target process. |
java.lang.Object |
getVariableValue(java.lang.String targetVariableName)
Returns the name of the variable in the current process that will be set as the specified variable in the target process. |
void |
setOutgoingDataValue(java.lang.String path,
java.lang.String name,
java.lang.Object value)
|
void |
setParameterValues(java.lang.String name,
java.lang.String[] values)
Configures a parameter set when the current process resumes. |
void |
setTarget(java.lang.String targetProcessURI)
Sets the URI identifying the process to transfer control to. |
void |
setVariableValue(java.lang.String targetVariableName,
java.lang.Object localVariableName)
Sets the name of the variable in the current process that will be set as the specified variable in the target process. |
javax.xml.transform.Source |
toXMLSource()
Creates and returns an XML representation of this document. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ControllerDocument()
| Method Detail |
|---|
public java.lang.String getTarget()
public void setTarget(java.lang.String targetProcessURI)
targetProcessURI - The URI identifying the process to transfer control
to.public java.lang.String[] getVariableNames()
public java.lang.Object getVariableValue(java.lang.String targetVariableName)
targetVariableName - The name of the variable in the target process.
public void setVariableValue(java.lang.String targetVariableName,
java.lang.Object localVariableName)
targetVariableName - The name of the variable in the target process.localVariableName - The name of the variable in the current process to
pass to the target process.public java.lang.String[] getOutgoingPaths()
public java.lang.String[] getOutgoingDataNames(java.lang.String path)
public java.lang.Object getOutgoingDataValue(java.lang.String path,
java.lang.String name)
public void setOutgoingDataValue(java.lang.String path,
java.lang.String name,
java.lang.Object value)
public java.lang.String[] getParameterNames()
public java.lang.String[] getParameterValues(java.lang.String name)
name - The name of the parameter to be set.
public void setParameterValues(java.lang.String name,
java.lang.String[] values)
name - The name of the parameter to set.values - The values to set the parameter to.public java.lang.String getContentType()
IDocument
getContentType in interface IDocumentpublic java.lang.String getDocumentType()
IDocument
getDocumentType in interface IDocument
public javax.xml.transform.Source toXMLSource()
throws java.lang.IllegalStateException
IDocument
toXMLSource in interface IDocumentjavax.xml.transform API.
java.lang.IllegalStateException - If any aspect of this document's state
prevents it from being transformed into XML.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||